home *** CD-ROM | disk | FTP | other *** search
/ Network CD 2 / Network CD - Volume 2.iso / programs / internet / tcp / amitcp / amitcp-src-22.lha / AmiTCP-2.2 / src / l / inet-handler / global.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-17  |  562 b   |  31 lines

  1. /*
  2.  * global.h
  3.  *
  4.  * Author: Tomi Ollila <too@cs.hut.fi>
  5.  *
  6.  *     Copyright (c) 1993 Tomi Ollila
  7.  *         All rights reserved
  8.  *
  9.  * Created: Thu Nov  4 22:26:31 1993 too
  10.  * Last modified: Sun Nov 14 17:15:35 1993 too
  11.  *
  12.  * HISTORY
  13.  * $Log: global.h,v $
  14.  * Revision 1.1  1993/11/17  11:47:44  too
  15.  * Initial revision
  16.  *
  17.  * Revision 1.1  1993/11/17  11:47:44  too
  18.  * Initial revision
  19.  *
  20.  */
  21.  
  22. #ifndef _GLOBAL_H_
  23. #define _GLOBAL_H_
  24.  
  25. #define FD_SETSIZE (8 * sizeof (LONG))
  26.  
  27. extern struct ExecBase * SysBase;
  28. extern struct DosLibrary * DOSBase;
  29.  
  30. #endif /*  _GLOBAL_H_ */
  31.